std::acosh
From Cppreference
| Defined in header
<cmath> | ||
| float acosh( float arg );
| (C++0x feature) | |
| double acosh( double arg );
| (C++0x feature) | |
| long double acosh( long double arg );
| (C++0x feature) | |
Computes hyperbolic arc cosine of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic arc cosine of arg
See also
| hyperbolic arc sine (function) | ||
| hyperbolic arc tangent (function) | ||
| hyperbolic cosine (function) | ||